home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_04
/
1004110b
< prev
next >
Wrap
Text File
|
1992-02-08
|
140b
|
8 lines
if (one > three)
{
printf("Find maximum returning %d", one);
return one;
}